McCamTable.MasterAbsolute property
Chooses the absolute or relative coordinates for the master axis. 1 = absolute, 0 = relative coordinates. By default, it is 0.
Absolute coordinates: every position is counted from zero.
Relative coordinates: the position is counted from the previous position in the table. For example, if the previous absolute position is five, and you move the master two units, the next absolute position is seven, but the relative position is two.
Namespace: IntervalZero.KINGSTAR.Base.ApiAssembly: IntervalZero.KINGSTAR.Base.Api (in IntervalZero.KINGSTAR.Base.dll) Version: 4.4.0.0
Syntax
public bool MasterAbsolute { get; set; }
Public Property MasterAbsolute As Boolean
Property value
Type: bool
See also